feat: add Explain() API to explain the authorization decisions via LLM API#1678
feat: add Explain() API to explain the authorization decisions via LLM API#1678
Conversation
|
|
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
|
@copilot fix: |
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
... Fixed in commit b4b7551:
|
|
@copilot the AI interface should not call it "Explain", like SetExplainConfig, ExplainConfig, file names. because the AI API will be called by other features, not only "Explain" part. Enforcer.Explain is OK to keep. don't add any new markdown files |
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
Fixed in commit 4627529:
|
|
@copilot don't add example go file. new go files should be year 2026 in apache header |
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
Fixed in commit c5c107f:
|
fix: #1677